home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / simula / compiler / cim / l_fixcim.lha / README < prev   
Text File  |  1993-02-02  |  758b  |  25 lines

  1. There appears to be a few bugs in the 4.2 libraries for linux. cim has
  2. fallen pray to these. The file cim.fixed is a patched cim that loads a
  3. shared library called /lib/oldc.so.4, this should be the old
  4. /lib/libc.so.4.1. If you don't have libc.so.4.1 around use the one
  5. included here (be root as you do the commands in this document):
  6.  
  7.   mv libc.so.4.1 /lib
  8.  
  9. Then you need to install cim instead of the old binary, I keep cim in
  10. /usr/local/bin. You might want to make a backup copy of your original
  11. cim before you do this.
  12.  
  13.   mv cim.fixed /usr/local/bin/cim
  14.  
  15. Now we just need to make a symlink to make oldc.so.4 point at
  16. libc.so.4.1:
  17.  
  18.   cd /lib
  19.   ln -s libc.so.4.1 oldc.so.4
  20.  
  21. You should now have a working cim again.
  22.  
  23. Nicolai, UiO, 2/2/93 (janl@ifi.uio.no)
  24.  
  25.